Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit c14699151d2facd6d915da71e61a4a52d7e711a0


Parents : 293023b
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-11-17T11:42:08+01:00

Updated sync dialog

Changes

1 files changed, 4 insertions(+), 1 deletions(-)


Diff

diff --git a/sbapp/ui/conversations.py b/sbapp/ui/conversations.py
index 4427af3f..9dcc2101 100644
--- a/sbapp/ui/conversations.py
+++ b/sbapp/ui/conversations.py
@@ -652,6 +652,10 @@ Builder.load_string("""
padding: [0, 0, 0, dp(16)]
height: self.minimum_height+dp(24)
+ MDLabel:
+ id: node_info
+ text: "Unknown propagation node"
+
MDProgressBar:
id: sync_progress
type: "determinate"
@@ -659,7 +663,6 @@ Builder.load_string("""
MDLabel:
id: sync_status
- hint_text: "Name"
text: "Initiating sync..."


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────